IT378 WIRELESS COMMUNICATION & MOBILE COMPUTING

Subject Cordinator: - Prof. Sandip Patel

Subject Name: - WIRELESS COMMUNICATION & MOBILE COMPUTING

Semester: - 6





PRACTICAL LIST
1
Comparative analysis of Mobile application types, tools, frameworks, Languages, features, security and OS.
2 Setup Environment for application development and configure with GIT. Introduction to Android and Create “Custom Message” application. That will display “Custom Message” in the middle of the screen in the Black color with the Yellow background. Also, Try and check all possible attributes for background and TextView.
3
Create an android application to calculate sum of two numbers and give a result in Toast Message with following validation. Validation:

1. It should accept only numbers that fit in the range of int.
2. Textbox having rounded corner.
3. It should accept only digits/numbers.
4. It should pop-up the numeric keypad while entering the value.
4 Create an application to calculate the age from today to your birthdate chosen from datepicker/calendar and display it in years, months and days. (Use: Timer / Calendar)
5 Create a Currency converter Application. It will convert currency when we enter data in one unit. It automatically converts while we’re typing. (If possible, use API for real time Prices)
6 Develop an application for working with Notifications. Create an option to show/hide notification if any message/notification arrived.
7 Develop an application which shows different types of contents in different views/UI like CardView, ListView, GridView, ScrollView, Fragment, TabbedView, WebView etc.
8 Develop an application which shows Navigation Drawer and Menu.
9 Create an application to pick up any image from the native application gallery and display it on the screen.
10 Create an application to work with data management (Store, retrieve, edit, delete) using firebase/SQLite/RoomDatabase.
11 Create an application to work with 3rd party API to send and retrieve data and display appropriately. (E.g., Google maps - data to send is current LAT and LONG, data retrieved is placed identified near that LAT and LONG. Display all places on the map or list.)
12 Minor Project – Create a Mobile App